home *** CD-ROM | disk | FTP | other *** search
/ The Virtual Portfolio - N…a Showcase - Book 5 1995 / VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO / pc / main / amshow.dir / 00071.ls < prev    next >
Encoding:
Text File  |  1995-07-02  |  130 b   |  9 lines

  1. on checkTimer
  2.   if the timer > ((10 * 60) + 25) then
  3.     sound fadeOut 1, 1 * 60
  4.     go("text")
  5.   else
  6.     nothing()
  7.   end if
  8. end
  9.